home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / web-related / apache_1.0.5 / cgi-bin / test.rexx < prev    next >
OS/2 REXX Batch file  |  1996-06-27  |  103b  |  7 lines

  1. /*Testing it*/
  2. echo "Content-type: text/html"
  3. echo ""
  4. echo "Hi there"
  5. echo "<h2> This is a test</h2>"
  6.  
  7.